@import url('//fonts.googleapis.com/css?family=IM+Fell+Double+Pica+SC|Cinzel+Decorative|Metamorphous|Cardo|Alegreya|Inknut+Antiqua');

/*--------BASIC RULES--------*/
:root {
	--header-height: 20vh;
	--header-pdding: 1em;
	--header-pdding2x: calc(var(--header-pdding) + var(--header-pdding));
	--ll-btm: .5em;
	--main-font-color: #A4B3B3;
	--link-color: #CDC6B6;
	--h2-color: #333333;
	--header-link-color: #B89D66;
	--header-text-color: #AF8B48;
	--waitlistbordercolor: black;
	--box-border-color: rgba(162,162,162,0.5);
	--boxe-shadow: 0 0 10px #000;
	--xsmall-font: 16px;
	--small-font: 18px;
	--med-font: 20px;
	--large-font: 24px;
	--xlarge-font: 2.2em;
	--main-h-font: "Cinzel Decorative";
	--menu-font: "Metamorphous";
	--sidebar-head-font: "IM Fell Double Pica SC";
	--sidebar-text-font: "Cardo";
	--box-head-font: "IM Fell Double Pica SC";
	--box-subhead1-font: "Inknut Antiqua";
	--box-subhead-font: "Alegreya";
	--box-text-font: "Cardo";
	--slider-font-size: 50px;
	--thebackgroundimg: url("https://nicole-m-davis.com/files/images/bgblack.png");
	--total-height: 100vh;
	--newsevents-height: calc(var(--total-height) * 0.5);
	--newrelease-height: calc(var(--total-height) * 0.5);
	--waitlist-height: calc(var(--total-height) * 0.5);
	--writadvice-height: calc(var(--total-height) * 0.5);
	--twitterfeed-height: calc(var(--total-height) * 0.5);
}
:focus {
	outline: 0px solid transparent;
}
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, blockquote, fieldset, input { 
	margin: 0; 
	padding: 0; 
}
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input { 
	margin: 0; 
	padding: 0; 
}
html{
	-ms-overflow-style: none;
    overflow: auto;
}
body { 
	width: 100%; 
	min-width: 100%; 
	height: 100%; 
	min-height: 100%;
	font-weight: normal; 
	line-height: normal; 
	color: var(--main-font-color);
	overflow-x: hidden;
	text-shadow: 1px 1px black, -1px -1px black;
}
a { 
	color: var(--link-color); 
	text-decoration: none; 
}
a:hover { 
	opacity: 0.75; 
}
a img { 
	border: 0;  
}
h1 {
	position: absolute;
	top: 25%;
	width: 100%;
	text-align: center;
	font-family: var(--main-h-font);
	font-size: var(--xlarge-font);
	font-style: italic;
	font-variant: small-caps;
	font-weight: bold;
	text-shadow: 1px 1px black, -1px -1px black, 0px 0px 15px rgba(5,7,12,1), 0px 0px 15px rgba(255, 255, 255, .5);
	letter-spacing: 3px;
	z-index: 100;
}
h2 {
	font-family: var(--box-head-font);
	text-transform: uppercase;
	text-align: center; 
	font-size: var(--large-font); 
	color: var(--header-text-color); 
	padding: 5px 40px 5px 40px;
	letter-spacing: 3px;
    text-shadow: 1px 1px 1px black, -1px -1px 1px black;
}
h2 > a { 
	color: var(--header-text-color) !important;  
}
h2::after { 
	content: "";
	margin-top: 10px;
	background-image: linear-gradient(to right,transparent,white,transparent);
	height: 2px;
	display: block;  
}
h3 {
	font-family: var(--box-head-font); 
	text-align: center; 
	font-size: var(--med-font); 
	color: var(--header-text-color); 
	padding: 0px 10px 10px;
    text-shadow: 1px 1px 1px black, -1px -1px 1px black;
}
h3 > a { 
	color: var(--header-text-color) !important;  
}
h3::after { 
	content: "";
	margin-top: 10px;
	background-image: linear-gradient(to right,transparent,white,transparent);
	height: 1px;
	display: block;  
}
h4 {
	font-family: var(--box-subhead1-font);
	font-weight: normal;
	font-variant: small-caps;
	font-size: 1.25em;
	line-height: 1.5em;
}
h5 {
	text-align: center; 
	padding: 0px; 
	color: var(--header-text-color);
	font-family: var(--box-subhead-font);
	font-size: var(--med-font);
	font-weight: normal;
    text-shadow: 1px 1px 1px black, -1px -1px 1px black;
}
h6 {
	font-family: var(--box-subhead-font);
	color: var(--header-link-color) !important;
	font-weight: bold;
}
p { 
	color: var(--main-font-color); 
	font-family: var(--box-text-font); 
	font-weight: 300; 
	line-height: 30px;  
	font-size: var(--xsmall-font);
}
label { 
	color: var(--main-font-color); 
	font-family: var(--box-text-font); 
	font-weight: 400; 
	font-size: var(--small-font);
	line-height: calc(var(--small-font) + 14px);
	margin-bottom: 0px;
	display: block;
}
input {
	font-family: var(--box-text-font); 
	color: var(--main-font-color); 
	background: rgba(17,23,37,0.75);
	font-size: var(--xsmall-font);
	line-height: calc(var(--xsmall-font) + 4px);
	padding: 0.5em;
	border: 2px solid black;
}
textarea {
	font-family: var(--box-text-font); 
	color: var(--main-font-color); 
	background: rgba(17,23,37,0.75);
	font-size: var(--xsmall-font);
	line-height: calc(var(--xsmall-font) + 4px);
	padding: 0.5em;
	border: 2px solid black;
}
.dispnon{
	display: none;
}
.formissue{
	color: red;
}
ul{
	text-align:left;
	padding-left: 15%;
	padding-right: 15%;
	padding-top:20px;
}
li{
	text-align:left;
	color: var(--main-font-color);
	font-size: var(--xsmall-font);
	padding:5px;
}
table { 
	text-align: left; 
	border-collapse: collapse; 
	margin-top: 0.75em; 
	margin-bottom: 1.25em; 
	margin-left: auto; 
	margin-right: auto;  
	color: var(--main-font-color); 
	border: 2px solid var(--header-link-color); 
}
th { 
	text-shadow: none;
	border: 1px solid black; 
	color: black; 
	background-color: var(--header-text-color);  
}
td { 
	border: 1px solid var(--header-link-color); 
	padding: 5px;
}
input[type="radio"] {
	text-align: left;
	font-size: var(--xsmall-font);
}
textarea { 
	resize: none;  
}
.button { 
	border: 1px solid black; 
	padding: 5px 10px; 
	color: black; 
	background-color: var(--header-text-color);  
	cursor: pointer;
	text-shadow: none;
}
.button::hover { 
	opacity: 0.5;  
}
.paddeddiv{
	padding: 0px 40px 30px 40px;
}
/*----Floaty List----*/
.floatyul{
	display: block;
	overflow:hidden;
	height: calc(5em + 45px);
	margin-left: 18%;
	padding-bottom: 25px;
}
.floatyul li{
	float: left;
	display: inline;
	width: 40%;
	height: 1em;
}

/*--------WEBDESIGN--------*/

.paddedtd {
	padding: 4px 10px;
}
#puttexthere{
	height: calc(var(--small-font) * 6);
	font-size: var(--small-font);
}

/*--------ORDER EDITING--------*/

.radiobtn {
	text-align: left;
	padding-left: 35%;
}

/*--------SERVICES--------*/

.exes{
	text-align: center;
	padding: 5px;
}

/*--------WRAPPERS--------*/

.main-wrap {
	width: 100%;
}
.otherwrapper {
	max-width: 1024px; 
	text-align: center; 
	margin: auto;  
}

/*--------SOCIAL LINKS--------*/

.socialimglink{
	box-sizing: border-box;
	padding:3px;
	text-align:center;
	float:left;
	width:33%;
}
.socialimglink > img {
	width: 30px;
}
.socialimglink2{
	box-sizing: border-box;
	padding:3px;
	text-align:center;
	display: inline-block;
	width:26px;
}
.socialimglink2 > img {
	width: 20px;
}

/*--------WAITLIST--------*/

.waitlistbox {
	width: 100%;
	display:inline-block;
	box-sizing: border-box;
	vertical-align: top;
	min-height: calc(100% - 5em);
	max-height: calc(100% - 5em);
}
.transparentlistbox{
	display: none;
}
.waitlistbox > ol {
	padding: 0.5em 1em 0.25em 1.5em;
	margin-bottom: 0.5em;
}
.waitlistbox > ol > li {
	padding: 0px 0px 0.25em 0.5em;
	font-family: var(--box-text-font); 
	font-size: 0.9em !important; 
	line-height: 1.5em;
	color: var(--main-font-color);
	margin: 0px;
}
.waitlistheader{
	font-size:  var(--small-font); 
	text-align: center; 
	padding: 5px 10px; 
	color: var(--header-text-color);  
}
.waitlistheader::after {
	content: ""; 
	margin-top: 5px; 
	background-image: linear-gradient(to right,transparent,white,transparent); 
	height: 1px; 
	display: block;  
}
.spanbtn{
	font-weight: bold;
	cursor: pointer;
	padding-left: 1em;
	padding-right: 1em;
}

/*--------GROUP  BOX--------*/

.group-box{
	font-family: var(--box-text-font); 
	text-align: center; 
	border-top: 3px solid var(--box-border-color); 
	border-left: 3px solid var(--box-border-color); 
	border-bottom: 3px solid black; 	
	border-right: 3px solid black; 
	background: var(--thebackgroundimg);  /*rgba(5,7,12,0.75)*/
	padding: 10px;
	box-shadow: var(--boxe-shadow); 
	overflow-y: hidden;
	box-sizing: border-box;
}
.group-box-blank{
    font-family: var(--box-text-font);
    background: var(--thebackgroundimg);
    box-shadow: var(--boxe-shadow);
    overflow-y: hidden;
    box-sizing: border-box;
    width: 100%;
	border-top: 3px solid var(--box-border-color); 
	border-left: 3px solid var(--box-border-color); 
	border-bottom: 3px solid black; 	
	border-right: 3px solid black; 
}
.group-box-blank img{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.cleardiv{
	height: 1px;
	font-size: 1px;
	clear: both;
}

/*--------HORIZONTAL LINES--------*/

.custom-hr {
	background-image: linear-gradient(to right,transparent,white,transparent); 
	height: 1px; 
	border: 0px; 
	display: block; 
	margin: 30px 0px 10px;  
}
.hr-invis{
	background-image: linear-gradient(to right,transparent,transparent); 
	height: 1px; 
	border: 0px; 
	display: block; 
	margin: 30px 0px;  
}

/*--------SIDEBAR--------*/

#newseventsbar{
	height: var(--newsevents-height);
	max-height: var(--newsevents-height);
	min-height: var(--newsevents-height);
}
#newreleasebar{
	height: var(--newrelease-height);
	max-height: var(--newrelease-height);
	min-height: var(--newrelease-height);
}
#booksdbrimg{
	max-height: calc(var(--newrelease-height) * 0.8);
	max-width: 100%;
	margin-top: 5%;
}
#writadvicebar{
	height: var(--writadvice-height);
	max-height: var(--writadvice-height);
	min-height: var(--writadvice-height);
}
#waitlistbar{
	height: var(--waitlist-height);
	max-height: var(--waitlist-height);
	min-height: var(--waitlist-height);
}
#twitterfeed{
	height: var(--twitterfeed-height);
	max-height: var(--twitterfeed-height);
	min-height: var(--twitterfeed-height);
}

.flourishmg{
	min-width: 100%;
	width: 100%;
	max-width: 100%;
}

/*--------BANNER--------*/

.logo{
	position: absolute;
	height: calc(100% - var(--header-pdding2x));
	left: var(--header-pdding);
	top: var(--header-pdding);
	width: (var(--header-height) - var(--header-pdding2x));
	max-width: (var(--header-height) - var(--header-pdding2x));
}
.logorev{
	position: absolute;
	height: calc(100% - var(--header-pdding2x));
	right: var(--header-pdding);
	top: var(--header-pdding);
	width: (var(--header-height) - var(--header-pdding2x));
	max-width: (var(--header-height) - var(--header-pdding2x));-webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

/*--------MENU--------*/

.menubar-custom {
	position: relative;
	height: var(--header-height);
	background: var(--thebackgroundimg);
	width: 100%;
	box-sizing: border-box; 
	margin-top: 6px; 
	padding-top: 10px;
	border-top: 3px solid var(--box-border-color); 
	border-left: 3px solid var(--box-border-color); 
	border-bottom: 3px solid black; 	
	border-right: 3px solid black; 
	box-shadow: var(--boxe-shadow); 
	text-align: center; 
   overflow: visible !important;
}
.linkline {
	position: absolute;
	bottom: var(--ll-btm);
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	display: block;
	overflow: visible !important;
}
.headerlink {
	position: relative;
	display: inline-block;
	font-size: var(--xsmall-font); 
	font-weight: bold; 
	margin: 5px;
	padding: 0px 10px 0px 0px; 
	font-family: var(--menu-font);
	font-style: italic;
	font-variant: small-caps;
}
.headerlink > a {
	color: var(--header-link-color) !important; 
	padding-bottom: 20px; 
	width: 100%;
}
.sublink {
	text-align: left;
	position: relative;
	display: inline-block;
	font-size: calc(var(--xsmall-font) - 3px);
	font-weight: normal;
	font-family: var(--menu-font);
	font-variant: small-caps;
	width: 100% !important;
}
.sublink > a {
	color: var(--link-color) !important; 
	padding-bottom: 20px;  
	width: 100% !important;
	box-sizing: border-box;
}
a.sublink{
	color: var(--link-color) !important; 
	padding-bottom: 20px;  
	width: 100% !important;
	box-sizing: border-box;
}

/*----Drop Down Menus----*/

.thedropdown{
	text-align: left;
	display: block;
	position: absolute;
	background-color: rgba(5,7,12,1);
	width: 175px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 100;
	overflow: visible !important;
}
.thedropdown a {
   color: var(--header-link-color);
   padding: 6px 8px;
   text-decoration: none;
   display: block;
}
.thedropdown a:hover {
	background-color: #111725;
}
.thedropdown2{
	display: block;
	position: absolute;
	left: 175px;
	top: 0px;
	background-color: rgba(5,7,12,1);
	width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 100;
}
.thedropdown2 .sublink {
   color: var(--link-color) !important;
   padding: 6px 8px;
   text-decoration: none;
   display: block;
}
.thedropdown .headlinkhighlight {
	text-decoration: none;
	overflow: hidden;
    display: block;
}
.thedropdown .headlinknohighlight {
	text-decoration: none;
	overflow: hidden;
    display: block;
}
.thedropdown2sa {
   color: var(--link-color) !important;
   float: left;
}
.linksinvisible{
	display: none !important;
}
.headlinkhighlight{
	background-color: #111725;
}
.headlinknohighlight{
	background: transparent !important;
}

/*--------SLIDERS--------*/

.containingbox{
	position:relative;
	height: var(--slider-height);
}
.leftbutton{
	position:absolute;
	left:0px;
	top:calc(50% - var(--slider-font-size));
	bottom:calc(50% - var(--slider-font-size));
	width: 5% !important;
	font-size: var(--slider-font-size);
	line-height: var(--slider-font-size);
	cursor: pointer;
}
.fegwsleft{
	margin-left: -0.5em;
}
.rightbutton{
	position:absolute;
	right:0px;
	top:calc(50% - var(--slider-font-size));
	bottom:calc(50% - var(--slider-font-size));
	width: 5% !important;
	font-size: var(--slider-font-size);
	line-height: var(--slider-font-size);
	cursor: pointer;
}
.fegwsright{
	margin-right: -0.5em;
}
.leftbutton:hover{
	opacity: 0.5;
}
.rightbutton:hover{
	opacity: 0.5;
}
.centerdiv{
	position: absolute;
	left: 5%;
	width: 90%;
	height: 100%;
    animation:fade 0.5s;
	-webkit-animation:fade 0.5s;
}@keyframes fade
{
  0%   {opacity:0;}
  100% { opacity: 1;}
}

.dot {
  cursor: pointer;
  height: 1em;
  width: 1em;
  margin: 0 2px;
  background-color: var(--header-link-color);
  border-radius: 50%;
  display: inline-block;
}
.active, .dot:hover {
  background-color: var(--h2-color);
}

/*--------WRITING SAMPLES--------*/

.writingsample {
	padding: 20px 10vw; 
	height: 500px;
	overflow-y: scroll;
	overflow-x: hidden;
	background: rgba(17,23,37,0.75);
}
#storyspacer{
	height: 540px;
}
.writingsample > p {
	text-align: left !important;
	text-indent: 30px;  
}
.sgc-1 {
	text-align: left !important;
	text-indent: 30px;
	font-style: italic;  
}
.writingsampheader {
	padding: 0.5em 0px 0px;
}
.writingsampheader::hover {
	opacity: 0.5;  
}
.writingsampheader::after{
	content: "";
	margin: 0.25em 0px 0.25em;
	background-image: linear-gradient(to right,transparent,white,transparent);
	height: 1px;
	display: block;  
}
.writingsamptext{
	height: 93%;
	max-height: 93%;
	margin-top: 2%;
	margin-bottom: 5%;
	width: 94%;
	max-width: 94%;
	padding-right: 3%;
	margin-left: 3%;
	overflow-y: scroll !important;
}
.showhidebtn{
    cursor: pointer;
}
.writingsamptext::-webkit-scrollbar { 
    width: 10px;
	background-color: rgba(42,42,42,0.25);
}
.writingsamptext::-webkit-scrollbar-thumb { 
    width: 10px;
	background-color: rgba(102,102,102,0.25);
}
.itsinvisible {
	display: none;  
}
.invisiblespecial {
	opacity: 0.0;
   position: relative;
   z-index: -1;
}

/*--------CHARACTERS--------*/

.characterfull {
	box-sizing: border-box; 
	width: 100%; 
	min-height: 5vh;  
}
.charimg{
	width: 5em;
	padding: 3em;
}

/*--------GALLERY--------*/

.gallery {
	box-sizing: border-box; 
	width: calc(100% - 4em - 20px);
	max-width: calc(100% - 4em - 20px);
	padding: 20px 10px;
}
.galleryhalves {
	box-sizing: border-box;
	width: 50%;
	max-height: 50%;
	float: left;
	padding: 10px;
	vertical-align: top;
	text-align: center;  
}

.tooltip-1{
	display: none;
	background-color: rgba(5,7,12,1);
    color: var(--main-font-color);
    font-size: var(--xsmall-font);
    line-height: 1em;
    height: 1em;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    padding: 5px;
    z-index: 999;
    text-align: center;
    padding-left: 10px;
    opacity: .75;
}
.galleryhalves:hover .tooltip-1{
	display: block;
}

/*--------CALENDAR--------*/

.headerp {
	color: var(--header-text-color);
}

/*--------NEWS AND EVENTS--------*/

.calendar-item{
	min-width: 100%;
	margin-bottom: 1em;
}
.calendar-item-date{
	font-size:  var(--xsmall-font); 
	line-height: calc(var(--small-font) + 5px); 
	width: 100%;
	display: block;
	vertical-align: top;
	opacity: 0.8;
}
.calendar-item-meat{
	font-size: var(--xsmall-font) !important; 
	line-height: calc(var(--xsmall-font) + 2px); 
	width: 100%;
	display: block;
	font-family: var(--sidebar-text-font);
}
.calendar-item-title{
	font-size: inherit;
	line-height: inherit;
	font-weight: normal;
	margin: 0.1em 0px 0.4em;
}
.calendar-item-title > a {
	font-size: inherit;
	line-height: inherit;
	font-weight: normal;
}
.calendar-item-desc{
	font-size: inherit;
	line-height: inherit;
}
.calendar-item-location{
	font-size: calc(var(--xsmall-font) - 2px);
	line-height: var(--xsmall-font);
	margin-bottom: 10px;
	opacity: 0.75;
}
.itemdescquote{
    text-align: left;
    padding: 10px 20px;
    margin: 10px;
    background-color: rgba(255,255,255,0.05);
}
/*--------MISC--------*/

/*----Book Page Halves----*/
.bookpageimg{
	box-sizing: border-box;
	display: inline-block;
	margin: 40px 10px;
	width: calc(33% - 20px);
	vertical-align: top;
}
#descbox{
	box-sizing:border-box;
	display: inline-block;
	margin: 40px 10px;
	width:calc(66% - 20px);
	font-size: 1em;
}
#descbox p{
	font-size: 1em;
    line-height: 1.7em;
}

/*----Homepage Book Text----*/
#frontdivhere{
	float: left;
	width: 50%;
	margin-left: -1em;
}
.index-desc1{
	font-family: var(--box-text-font); 
	font-size: var(--xsmall-font) !important; 
	line-height: calc(var(--xsmall-font) + 7px);
	height: auto;
	overflow: hidden;
	color: var(--main-font-color);
	margin: 1em 0px;
}
.index-desc{
	font-family: var(--box-text-font); 
	font-size: var(--xsmall-font) !important; 
	line-height: calc(var(--xsmall-font) + 5px);
	height: auto;
	overflow: hidden;
	color: var(--main-font-color);
	-webkit-mask-image: -webkit-gradient(linear, left top, 
   left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
   mask-image: gradient(linear, left top, 
   left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
}
.index-h{
	margin: 0.25em;
	text-shadow: 1px 1px white, -1px -1px #000;
}
#booktitle1{
	font-size: 1.75em;
}

/*----Sarenia Image----*/
#srnaimg{
	height: 55vh;
	max-height: 55vh;
}

/*--------FORMATTING--------*/

/*----Lists----*/
.olulpad{
	padding: 1em 30%;
}
.olulhalves{
	padding-left: 37%;
	overflow: hidden;
}
.olulhalves li{
	width: 44%;
	float: left;
}
/*----Images----*/
#theformatimgdiv{
	width:594px;
	height:130px;
	overflow:hidden;
	display:block;
}
#theformatimg1{
	width: 194;
	height: 300;
	display: inline-block;
}
#theformatimg2{
	width: 100px;
	height: 100px;
	display: inline-block;
	vertical-align: top;
	margin-top: 15px;
	margin-left: 50px;
	background: white;
}
.displayimgs{
    display: inline-block;
	max-width: 45%;
	max-height: 410px;
	padding: 20px 10px;
}

/*--------GENERAL SECTION--------*/

.sectiontext { 
	font-family: var(--box-text-font);
	text-align: center; 
	padding: 0px 40px 10px 40px;
	background-color: rgba(0,0,0,0.25);
	overflow-y: scroll;
/*	max-height: 100%;
    height: 100%; */
}
.sectiontextnocenter { 
	font-family: var(--box-text-font); 
	text-align: left;
	padding: 0px 40px 10px 40px;
	background-color: rgba(0,0,0,0.25);
	overflow-y: scroll;
/*	max-height: 100%;
    height: 100%; */
}
.separatesection { 
	font-family: var(--box-text-font); 
	text-align: center; 
	border-top: 3px solid var(--box-border-color); 
	border-left: 3px solid var(--box-border-color); 
	border-bottom: 3px solid black; 	
	border-right: 3px solid black; 
	background: rgba(5,7,12,0.75); 
	padding: 10px; 
	margin: 3px; 
	box-shadow: var(--boxe-shadow);  
}
.sectiontextnocenter::-webkit-scrollbar {
   width: 5px;
}
.sectiontextnocenter::-moz-scrollbar {
   width: 5px;
}
.sectiontextnocenter::-webkit-scrollbar-thumb {
   background-color: rgba(0,0,0,0.25);
}
.sectiontextnocenter::-moz-scrollbar-thumb {
   background-color: rgba(0,0,0,0.25);
}
.sectiontext::-webkit-scrollbar {
   width: 5px;
}
.sectiontext::-moz-scrollbar {
   width: 5px;
}
.sectiontext::-webkit-scrollbar-thumb {
   background-color: rgba(0,0,0,0.25);
}
.sectiontext::-moz-scrollbar-thumb {
   background-color: rgba(0,0,0,0.25);
}

/*--------BLOG CSS--------*/

.blogul{
	padding-top: 0px;
	padding-left: 30px;
	padding-right: 30px;
	list-style-type: none;
}
.feed-title{
	color: var(--header-link-color) !important;
	line-height: calc(var(--small-font) + 8px);
    font-size: var(--small-font);
}
.feed-date{
	line-height: 0.75em;
	font-style: italic;
	font-size: 0.75em;
	padding-top: 0.3em;
	padding-bottom: 0.5em;
}
.feed-desc{
	font-family: var(--box-text-font); 
	font-size: var(--xsmall-font) !important; 
	line-height: 1em;
	height: 3.5em;
	overflow: hidden;
	color: var(--main-font-color);
	-webkit-mask-image: -webkit-gradient(linear, left top, 
	left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
	mask-image: gradient(linear, left top, 
	left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
}
.more-link{
	display: none;
}

/*----Sidebar Blog----*/
.blogul2{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	list-style-type: none;
}
.feed-title2{
	color: var(--header-link-color) !important;
	line-height: calc(var(--small-font) + 2px);
    font-size: calc(var(--small-font) - 2px);
}
.feed-date2{
	line-height: 1em;
	font-style: italic;
	font-size: 0.75em;
	padding-top: 0.3em;
	padding-bottom: 0.5em;
}
.feed-desc2{
	font-family: var(--box-text-font); 
	font-size: 0.85em !important; 
	line-height: 1.2em;
	height: 3.75em;
	overflow: hidden;
	color: var(--main-font-color);
	-webkit-mask-image: -webkit-gradient(linear, left top, 
	left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
	mask-image: -gradient(linear, left top, 
	left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
	margin-bottom: 0.5em;
}

/*--------HOMEPAGE HALVES--------*/

.left {
	box-sizing: border-box; 
	width: 25%; 
	max-width: 25%;
	float: left;
	margin: 0px;
    overflow:hidden;
}
.left .sectiontext { 
	font-family: var(--sidebar-text-font);
	text-align: center; 
	padding: 0px 10px 10px 10px;
	background-color: rgba(0,0,0,0.25);
}
.left .sectiontextnocenter { 
	font-family: var(--sidebar-text-font); 
	text-align:left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-color: rgba(0,0,0,0.25);
}
.left .sectionheader {
	font-family: var(--sidebar-head-font); 
	text-align: center; 
	line-height: 1.5em;
	font-size: var(--med-font); 
	color: var(--header-text-color); 
	padding: 0px 10px 0px 10px;	
}
.right {
	box-sizing: border-box; 
	width: 75%;
	max-width: 75%;
	float: left;
	margin: 0px;
    overflow:hidden;
}

/*--------TWITTER--------*/

.twitter-timeline {
	border: none;
	background: transparent;
	opacity: 0.75;
}
.twitter-timeline::-webkit-scrollbar {
   width: 5px;
}
.twitter-timeline::-moz-scrollbar {
   width: 5px;
}
.twitter-timeline::-webkit-scrollbar-thumb {
   background-color: rgba(0,0,0,0.25);
}
.twitter-timeline::-moz-scrollbar-thumb {
   background-color: rgba(0,0,0,0.25);
}

/*----Second Menu---*/

.secondmenu{
	display: none;
}
.weirdcarot{
	cursor: pointer;
	height: 100%;
	padding: 6px 2px;
}

/*--------BROWSER SPECIFIC--------*/

/*----Scrollbars----*/
@-moz-document url-prefix() {
    div{overflow: hidden !important;}
	.writingsamptext {overflow-y: scroll;}
}

/*--------FORMAT SMALLER SCREENS--------*/

@media screen and (max-width: 1048px) {
	/*--------BASIC RULES--------*/       
	:root {
		--header-height: 20vw;
		--header-pdding: 1.6vh;
		--boxe-shadow: 0 0 1vw #000;   
		--xsmall-font: 1.6vw;
		--small-font: 1.8vw;
		--med-font: 2vw;
		--large-font: 2.3vw;
		--xlarge-font: 4.4vw;
		--slider-font-size: 4.9vw;
		--total-height: 100vh;
	}
	br{
		content: "";
		margin: 2em;
		display: block;
		font-size: 0px;
	}
	h1 {
		letter-spacing: 0.3vh;
		text-shadow: 1px 1px black, -1px -1px black, 0px 0px 1.5vw rgba(5,7,12,1), 0px 0px 1.5vw rgba(255, 255, 255, .5);
	}
	h2 {       
		padding: 0px 3.9vw 0px 3.9vw;   
		letter-spacing: 0.3vw;
	}
	h2::after {       
		margin-top: 0.2em;
		margin-bottom: 0.5em;
		height: 0.1vh;
	}
	h3 {       
		padding: 0px 0px 0px;    
	}
	h3::after {       
		margin-top: 0.3em;
		height: 0.1vh;
	}
	h4 {       
		font-size: 2vw;
		line-height: 2.3vh;
	}
	p {       
		line-height: 2.9vh;
	}
	label {       
		line-height: calc(var(--small-font) + 1.4vh);    
	}
	input {       
		line-height: calc(var(--xsmall-font) + 0.4vh);    
		padding: 0.8vw;
		border: 0.2vw solid black;    
	}
	textarea {       
		line-height: calc(var(--xsmall-font) + 0.4vh);    
		padding: 0.8vw;
		border: 0.2vw solid black;    
	}
	ul{        
		padding-top: 2vh;
	}
	li{        
		padding: 0.5vh 0.5vw;
	}
	table {
		border: 0.2vw solid var(--header-link-color);    
	}
	th {       
		border: 0.1vw solid black;
		font-size: var(--small-font);
	}
	td {       
		border: 0.1vw solid var(--header-link-color);    
		padding: 0.5vh 0.5vw;
		font-size: var(--small-font);
	}
	.button {       
		border: 0.1vw solid black;    
		padding: 0.5vh 1vw;     
	}
	.paddeddiv{        
		padding: 0px 3.9vw 2.9vh 3.9vw;   
	}
	/*--------WEBDESIGN--------*/        
	.paddedtd {       
		padding: 0.4vh 1vw;     
	}
	#puttexthere{
		height: calc(var(--small-font) * 8);
		font-size: var(--small-font);
	}
	/*--------SERVICES--------*/        
	.exes{        
		padding: 0.5vh 0.5vw;
	}
	/*--------WRAPPERS--------*/
	.otherwrapper {       
		max-width: 1000vw;
	}
	/*--------SOCIAL LINKS--------*/       
	.socialimglink{        
		padding: 0.3vh 0.3vw;
	}
	.socialimglink > img {     
		width: 2.9vw;
	}
	.socialimglink2{        
		padding: 0.3vh 0.3vw;
		width: 2.5vw;
	}
	.socialimglink2 > img {     
		width: 2vw;
	}
	/*--------WAITLIST--------*/  
	.waitlistbox{
		min-height: calc(100% - 5.5vw);
		max-height: calc(100% - 5.5vw);
	}
	.waitlistheader{        
		padding: 0.5vh 1vw;     
	}
	.waitlistbox > ol {
		padding: 0.5em 1em 0.25em 0.5em;
		margin-bottom: 0.5em;
	}
	.waitlistbox > ol > li {
		font-size: 1.5vw !important; 
		line-height: 2vw;
	}
	.waitlistheader::after {       
		margin-top: 0.5vh;
		height: 0.1vh;
	}
	/*--------GROUP BOX--------*/
	.group-box{
		border-top: 0.3vh solid var(--box-border-color);    
		border-left: 0.3vw solid var(--box-border-color);    
		border-bottom: 0.3vh solid black;    
		border-right: 0.3vw solid black;    
		padding: 1vh 1vw;
		overflow: hidden;
	}
	.cleardiv{        
		height: 0.1vh;
		font-size: 0.1vw;
	}
	/*--------SIDEBAR--------*/        
	.custom-sidebar::before {       
		margin-bottom: 2vh;
	}
	.custom-sidebar2 {       
		height: 3.9vh;
	}
	/*--------MENU--------*/        
	.menubar-custom {
		height: var(--header-height);
		margin-top: 0.6vh;
		padding-top: 1vh;
		border-top: 0.3vh solid var(--box-border-color);    
		border-left: 0.3vw solid var(--box-border-color);    
		border-bottom: 0.3vh solid black;    
		border-right: 0.3vw solid black;    
	}
	.headerlink {       
		margin: 0.5vh 0.5vw;
		padding: 0px 1vw 0px 0px;   
	}
	.headerlink > a {     
		padding-bottom: 2vh;
	}
	.sublink {       
		font-size: calc(var(--xsmall-font) - 0.3vw);    
	}
	.sublink > a {     
		padding-bottom: 2vh;
	}
	a.sublink{        
		padding-bottom: 2vh;
	}
	/*----Drop Down Menus----*/      
	.thedropdown{        
		width: 15.6vw;
		box-shadow: 0px 0.8vw 1.6vh 0px rgba(0,0,0,0.2);  
	}
	.thedropdown a {      
		padding: 0.6vh 0.8vw;     
	}
	.thedropdown2{        
		left: 15.6vw;
		width: 15.6vw;
		box-shadow: 0px 0.8vw 1.6vh 0px rgba(0,0,0,0.2);  
	}
	.thedropdown2 .sublink {      
		padding: 0.6vh 0.8vw;     
	}
	/*--------SLIDERS--------*/
	.fegwsleft{        
		margin-left: -0.8vw;
	}
	.fegwsright{        
		margin-right: -0.8vw;
	}
	.dot {       
		height: 1.6vh;
		width: 1.6vh;
		margin: 0 0.2vw;     
	}
	/*--------WRITING SAMPLES--------*/       
	.writingsample {       
		padding: 2vh 10vw;     
		height: 48.8vh;
	}
	#storyspacer{        
		height: 52.7vh      
	}
	.writingsample > p {     
		text-indent: 2.9vw;
	}
	.sgc-1 {       
		text-indent: 2.9vw;
	}
	.writingsamptext::-webkit-scrollbar {       
		width: 1vw;
	}
	.writingsamptext::-webkit-scrollbar-thumb {       
		width: 1vw;
	}
	/*--------CHARACTERS--------*/        
	.charimg{        
		width: 7.8vw;
		padding: 4.7vh 4.7vw;
	}
	/*--------GALLERY--------*/        
	.gallery {       
		max-width: calc(100% - 8.2vh);    
		width: calc(100% - 8.2vh);    
		min-width: calc(100% - 8.2vh);    
		padding: 2vh 0.1vw;     
	}
	.galleryhalves {       
		padding: 1vh 1vw;
	}
	.tooltip-1{        
		line-height: 1.6vh;
		height: 1.6vh;
		left: 0;
		right: 0;
		padding: 0.5vh 0.5vw;
		padding-left: 1vw;
	}
	/*--------NEWS AND EVENTS--------*/      
	.calendar-item-date{        
		line-height: calc(var(--small-font) + 0.5vw);    
	}
	.calendar-item-meat{        
		line-height: calc(var(--xsmall-font) + 0.2vw);    
	}
	.calendar-item-location{        
		font-size: calc(var(--xsmall-font) - 0.2vw);    
		margin-bottom: 1vh;
	}
	/*--------MISC--------*/        
	/*----Book Descriptions----*/
	.bookpageimg{
		box-sizing: border-box;
		display: inline-block;
		margin: 3.9vh 1vw;
		width: calc(33% - 3vw);
		vertical-align: top;
	}
	#descbox{        
		margin: 3.9vh 1vw;     
		width: calc(66% - 2vw);    
		font-size: 1.6vw;
	}
	#descbox p{       
		font-size: 1.6vw;
		line-height: 2.6vh;
	}
	/*----Homepage Book Text----*/
	#frontdivhere{        
		margin-left: -1.6vw;
	}
	.index-desc1{        
		line-height: calc(var(--xsmall-font) + 0.7vw);    
		margin: 1.6vh 0px;     
	}
	.index-desc{        
		line-height: calc(var(--xsmall-font) + 0.5vw);
	}
	.index-h{        
		margin: 0.4vh 0.4vw;
		text-shadow: 0.1vh 0.1vh white, -0.1vh -0.1vh #000; 
	}
	#booktitle1{        
		font-size: 2.7vw;
	}
	/*----Sidebar New Release Image----*/
	#booksdbrimg{
		max-height: calc(var(--newrelease-height) * 0.8);
		max-width: 100%;
		margin-top: 5%;
	}
	/*--------FORMATTING--------*/        
	.olulpad{        
		padding: 1.6vh 30%;     
	}
	#theformatimgdiv{        
		width: 58vw;
		height:130px; 
	}
	#theformatimg1{        
		width: 18.9vw;
		height: 29.3vw;
	}
	#theformatimg2{        
		width: 9.8vw;
		height: 9.8vw;
		margin-top: 1.5vh;
		margin-left: 4.9vw;
	}
	/*--------GENERAL SECTION--------*/       
	.sectiontext {       
		padding: 0px 4vw 1vh 3.9vw;   
	}
	.sectiontextnocenter {       
		padding: 0px 4vw 1vh 3.9vw;   
	}
	.separatesection {       
		border-top: 0.3vh solid var(--box-border-color);    
		border-left: 0.3vw solid var(--box-border-color);    
		border-bottom: 0.3vh solid black;    
		border-right: 0.3vw solid black;    
		padding: 1vh 1vw;
		margin: 0.3vh 0.3vw;
	}
	.sectiontextnocenter::-webkit-scrollbar {       
		width: 0.5vw;
	}
	.sectiontextnocenter::-moz-scrollbar {       
		width: 0.5vw;
	}
	.sectiontext::-webkit-scrollbar {       
		width: 0.5vw;
	}
	.sectiontext::-moz-scrollbar {       
		width: 0.5vw;
	}
	/*--------BLOG CSS--------*/       
	.blogul{        
		padding-left: 2.9vw;
		padding-right: 2.9vw;
	}
	.feed-title{        
		line-height: calc(var(--small-font) + 0.8vw);    
	}
	.feed-date{        
		line-height: 1.2vh;
		font-size: 1.2vw;
		padding-bottom: 0.8vh;
	}
	.feed-desc{        
		line-height: 1.6vh;
		height: 5.5vh;
	}
	.feed-title2{
		color: var(--header-link-color) !important;
		line-height: calc(var(--small-font) + 0.8vw);
		font-size: var(--small-font);
	}
/*--------HOMEPAGE HALVES--------*/       
	.left .sectiontext {      
		padding: 0px 1vw 1vh 1vw;   
	}
	.left .sectiontextnocenter {      
		padding-left: 1vw;
		padding-right: 1vw;
		padding-top: 1vh;
	}
	.left .sectionheader {      
		line-height: 2.3vh;
		padding: 0px 1vw 0px 1vw;   
	}
	/*--------TWITTER--------*/
	.twitter-timeline {
		width: 100%;
		font-size: var(--small-font) !important;
	}
	#twitter-widget-0 {
		width: 100% !important;
		max-width: calc(100% - 2vw) !important;
		min-width: 100% !important;
		height: 21vh !important;
	}
	.twitter-timeline::-webkit-scrollbar {       
		width: 0.5vw;
	}
	.twitter-timeline::-moz-scrollbar {       
		width: 0.5vw;
	}
}
/*--------SPECIAL CASES--------*/
	/*-----Tablet-----*/
	@media screen and (max-width: 800px) {
	/*--------TWITTER--------*/
	.twitter-timeline {
		width: 100%;
		font-size: var(--small-font) !important;
        -ms-zoom: 0.75;
        -moz-transform: scale(0.75);
        -moz-transform-origin: 0 0;
        -o-transform: scale(0.75);
        -o-transform-origin: 0 0;
        -webkit-transform: scale(0.75);
        -webkit-transform-origin: 0 0;
	}
	#twitter-widget-0 {
		width: 100% !important;
		max-width: calc(100% - 2vw) !important;
		min-width: 100% !important;
		height: 115vh !important;
		min-height: 100vh !important;
		font-size: var(--small-font) !important;
	}
}
	/*-----Phone-----*/
@media screen and (max-width: 375px) { /*(or 414)*/
	:root {
		--total-height: 100vh;
	}
	/*--------TWITTER--------*/
	.twitter-timeline {
		display: none !important;
	}
	#twitter-widget-0 {
		display: none !important;
	}
}